CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - bp algorithm

搜索资源列表

  1. bp

    0下载:
  2. 一个非常不错的BP算法程序,这是一个名为bp.m的文件,对于理解BP算法会很有帮助。-The BP algorithm is a very good program, it is a named bp.m file would be helpful for understanding the BP algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:2057
    • 提供者:侯杰
  1. BP

    0下载:
  2. vc++ 实现的人工神经网络bp网络的源代码-bp Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-20
    • 文件大小:6008467
    • 提供者:杨建宾
  1. bp

    1下载:
  2. 基于BP神经网络算法的函数逼近,利用matlab实现BP算法逼近任意非线性函数-BP neural network algorithm based on function approximation, using matlab to achieve BP algorithm approximate any nonlinear function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:882
    • 提供者:chrossley
  1. BP

    3下载:
  2. 神经网络bp算法VC++实现网络的相关运算有:1、网络的输入输出接口,即训练数据的输入,各层权值和节点阈值的输出;2、网络的学习,包括前向传播运算和反向传播运算,误差估计,权值阈值修改;3、网络预测的实现等等。其中网络的学习算法采用变步长和加动量项的优化学习算法,经过我的实验对网络的学习效率有很大提高-Neural network bp algorithm VC++ to achieve the network-related operations: 1, the network input a
  3. 所属分类:Windows编程

    • 发布日期:2013-01-17
    • 文件大小:255452
    • 提供者:dcw
  1. bp

    0下载:
  2. implementation of belief propagation algorithm in matlab
  3. 所属分类:Document

    • 发布日期:2017-04-01
    • 文件大小:221320
    • 提供者:pranay
  1. BP

    0下载:
  2. BP神经网络算法各种MATlab源代码,调试可行-Procedures of various MATlab BP algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:6472
    • 提供者:李廷
  1. GA-BP

    0下载:
  2. 基于遗传算法的BP网络优化程序,使用遗传算法对BP网络权值阈值进行优化,再用BP算法训练网络-BP network based on genetic algorithm optimization program, BP network using genetic algorithm to optimize the weight threshold, and then BP algorithm for training the network
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-21
    • 文件大小:1405
    • 提供者:JIM
  1. 97937497GA-BP-neural

    0下载:
  2. GA-BP算法matlab实现代码,matlab仿真计算程序代码,经过测试-GA-BP algorithm implementation code matlab, matlab simulation code, tested
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:4403
    • 提供者:lx
  1. BP-algorithm

    0下载:
  2. 基于神经网络工具箱实现三层BP网络代码,很详细的代码-based on NN ,BP algorithm,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:8795
    • 提供者:cbw
  1. BP-neural-network-algorithm

    0下载:
  2. 神经网络BP算法LV 源代码,用于模式识别-LV neural network BP algorithm source code for pattern recognition
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:160654
    • 提供者:赖德川
  1. BP-class

    0下载:
  2. BP算法用于分类,MATLAB环境, 可以直接运行。-BP algorithm is used for classification, can run directly.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:375954
    • 提供者:朱凡
  1. bp-algorithm-and-improve

    0下载:
  2. 这个是bp的经典算法和改进算法,主要针对bp的alpha值的改进和对学习效率的改进,并且对不同的alpha值进行了测试,正确率能达到百分之八十,其中还有相应的数据集,是用于阿拉伯数字的识别,除此之外还有一篇实验报告,一份讲解的bp算法的ppt ,可执行程序和源代码,运行环境在vs2005上通过测试,并且有详细的原始数据和统计数据,相信这是你不错的选择,会帮助你更深刻的了解bp算法-This is a classic bp algorithm and improved algorithm, mai
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1263499
    • 提供者:吴忠标
  1. BP-neural-network-model

    0下载:
  2. 本文在了解神经元和BP算法的基础上,使用MATLAB软件作为开发工具建立BP神经网络模型,重点研究了BP神经网络结构设计的原理和方法,包括影响BP神经网络训练能力的因素,以及这些因素如何影响BP神经网络的性能;改变不同参量,对比实验数据,总结各个参量对BP神经网络的影响。从而寻找最佳的BP神经网络模型。本文还对一些其他的神经网络算法进行了总结和介绍。- In this paper , based on understanding of the neuronal model and learni
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:387518
    • 提供者:张聪
  1. BP-algorithm

    0下载:
  2. 人工神经网络BP算法 1、动态改变学习速率2、加入动量项-BP algorithm of artificial neural networks
  3. 所属分类:CSharp

    • 发布日期:2017-12-01
    • 文件大小:3960
    • 提供者:lichao
  1. An-improved-BP-algorithm

    0下载:
  2. BP算法的一种改进,针对BP算法的一种改进-BP algorithm, an improved for BP algorithm an improvement
  3. 所属分类:Project Design

    • 发布日期:2017-11-07
    • 文件大小:14483
    • 提供者:sunyu
  1. BP-algorithm-source-code-

    0下载:
  2. Artificial neural network BP algorithm source code and demo program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-08
    • 文件大小:1632726
    • 提供者:王露
  1. BP-algorithm-source-code-of-matlab

    0下载:
  2. 基于神经网络bp算法的matlab程序源代码-Based on neural network bp algorithm matlab source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:1240
    • 提供者:hha
  1. BP-algorithm

    0下载:
  2. BP算法的功能是实现一定条件下的全局最优解。-BP algorithm function is to achieve global optimal solution under certain conditions.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:942
    • 提供者:charle007
  1. matlab-code-of-BP-algorithm

    2下载:
  2. 该文档中介绍了SAR成像的BP算法,并给出了源码。-the document introduce the BP algorithm of SAR imaging, and gives the source code in matlab.
  3. 所属分类:Other systems

    • 发布日期:2017-03-08
    • 文件大小:991232
    • 提供者:liurengli
  1. BP-algorithm-numerical-experiments

    0下载:
  2. BP算法数值实验的四个程序,实验一:给定七个输入的单层神经元以及输入P,比较不同传递函数所得到的输出结果。实验二:训练单层神经元BP网络,使其权值和阈值符合一定的精度,并给出误差曲面和动态逼近过程。实验三:训练一个隐层(含五个神经元)的单输出BP网络,给出动态逼近过程和训练好的权值和阈值。实验四:设计一个三层BP网络,实现对非线性正弦函数的逼近。-The four programs of the BP algorithm numerical experiments.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2228
    • 提供者:陆遥
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com